Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Option

Packages that use Option
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Option in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return Option
 Option[] Field.getOptions()
          Returns the list of options for this field.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Option
 void Field.addOption(Option option)
          Adds the specified option to the set of available options for this field.
 void Field.removeOption(Option option)
          Removes the specified option from the set of available options for this field.